home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / background_85668.txt < prev    next >
Text File  |  1987-11-25  |  7KB  |  363 lines

  1. -- background: 85668 from stack: in
  2. -- bmap block id: 58394
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Glossary
  6. ----- HyperTalk script -----
  7. on returnKey
  8.   global findInGlossary
  9.   if first word of msg is not "find" or findInGlossary <> true
  10.   then pass returnKey   -- do any other msg box command normally
  11. else send msg & " in field 1" to HyperCard    --just in title field
  12. end returnKey
  13.  
  14. on openBackground
  15.   global findInGlossary
  16.   put false into findInGlossary
  17.   push recent card
  18. end openBackground
  19.  
  20. on closeBackground
  21.   global findInGlossary
  22.   put false into findInGlossary
  23. end closeBackground
  24.  
  25.  
  26. -- part 1 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=46 top=115 right=133 bottom=263
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 12
  35. -- style flags: 256
  36. -- line height: 16
  37. -- part name: glossWord
  38.  
  39.  
  40. -- part 2 (field)
  41. -- low flags: 01
  42. -- high flags: 0000
  43. -- rect: left=46 top=138 right=291 bottom=256
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 3
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: second
  52.  
  53.  
  54. -- part 3 (field)
  55. -- low flags: 01
  56. -- high flags: 0000
  57. -- rect: left=265 top=138 right=291 bottom=473
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 3
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: third
  66.  
  67.  
  68. -- part 6 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=148 top=314 right=342 bottom=199
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect wipe up
  83.   go to card id 122882
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 7 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=198 top=314 right=342 bottom=268
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: 
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual effect wipe up
  103.   go to card id 10271 of Help
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 8 (button)
  109. -- low flags: 00
  110. -- high flags: 0000
  111. -- rect: left=424 top=314 right=342 bottom=466
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: 
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   visual effect wipe up
  123.   go to Help Index
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part 9 (button)
  129. -- low flags: 00
  130. -- high flags: 0000
  131. -- rect: left=325 top=316 right=342 bottom=364
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: 
  140. ----- HyperTalk script -----
  141. on mouseUp
  142.   doMap
  143. end mouseUp
  144.  
  145.  
  146.  
  147. -- part 17 (button)
  148. -- low flags: 00
  149. -- high flags: 0000
  150. -- rect: left=218 top=291 right=314 bottom=247
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 1014 / 1014
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: 
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   visual effect wipe down
  162.   go to previous card
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 18 (button)
  168. -- low flags: 00
  169. -- high flags: 0000
  170. -- rect: left=254 top=291 right=314 bottom=282
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 1013 / 1013
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: 
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   visual effect wipe up
  182.   go to next card
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 20 (button)
  188. -- low flags: 00
  189. -- high flags: 0000
  190. -- rect: left=0 top=314 right=342 bottom=69
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: 
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   visual effect wipe up
  202.   go to card id 24361
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 21 (button)
  208. -- low flags: 00
  209. -- high flags: 0000
  210. -- rect: left=461 top=291 right=314 bottom=491
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 1012 / 1012
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: 
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   visual effect iris close
  222.   pop card
  223. end mouseUp
  224.  
  225.  
  226.  
  227. -- part 22 (field)
  228. -- low flags: 81
  229. -- high flags: 0000
  230. -- rect: left=25 top=278 right=295 bottom=125
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 0
  234. -- font id: 3
  235. -- text size: 12
  236. -- style flags: 0
  237. -- line height: 16
  238. -- part name: map coords
  239.  
  240.  
  241. -- part 24 (button)
  242. -- low flags: 00
  243. -- high flags: 8003
  244. -- rect: left=376 top=290 right=313 bottom=439
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 1
  248. -- font id: 0
  249. -- text size: 12
  250. -- style flags: 0
  251. -- line height: 16
  252. -- part name: Find
  253. ----- HyperTalk script -----
  254. on mouseUp
  255.   global findInGlossary
  256.   put true into findInGlossary
  257.   doMenu "find..."
  258. end mouseUp
  259.  
  260.  
  261.  
  262. -- part 25 (button)
  263. -- low flags: 00
  264. -- high flags: 0000
  265. -- rect: left=68 top=315 right=342 bottom=111
  266. -- title width / last selected line: 0
  267. -- icon id / first selected line: 0 / 0
  268. -- text alignment: 1
  269. -- font id: 0
  270. -- text size: 12
  271. -- style flags: 0
  272. -- line height: 16
  273. -- part name: 
  274. ----- HyperTalk script -----
  275. on mouseUp
  276.   visual effect wipe up
  277.   go to card id 8100
  278. end mouseUp
  279.  
  280.  
  281.  
  282.  
  283. -- part 26 (button)
  284. -- low flags: 00
  285. -- high flags: 0000
  286. -- rect: left=110 top=315 right=342 bottom=149
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 1
  290. -- font id: 0
  291. -- text size: 12
  292. -- style flags: 0
  293. -- line height: 16
  294. -- part name: 
  295. ----- HyperTalk script -----
  296. on mouseUp
  297.   visual effect wipe up
  298.   go to card id 39597
  299. end mouseUp
  300.  
  301.  
  302.  
  303.  
  304. -- part 29 (button)
  305. -- low flags: 00
  306. -- high flags: 0000
  307. -- rect: left=366 top=316 right=342 bottom=425
  308. -- title width / last selected line: 0
  309. -- icon id / first selected line: 0 / 0
  310. -- text alignment: 1
  311. -- font id: 0
  312. -- text size: 12
  313. -- style flags: 0
  314. -- line height: 16
  315. -- part name: 
  316. ----- HyperTalk script -----
  317. on mouseUp
  318.   visual effect wipe up
  319.   go to card id 168508
  320. end mouseUp
  321.  
  322.  
  323.  
  324. -- part 30 (button)
  325. -- low flags: 00
  326. -- high flags: 0000
  327. -- rect: left=464 top=314 right=342 bottom=510
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 1
  331. -- font id: 0
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 16
  335. -- part name: Exit
  336. ----- HyperTalk script -----
  337. on mouseUp
  338.   global HelpExit
  339.   visual effect dissolve
  340.   go to HelpExit
  341. end mouseUp
  342.  
  343.  
  344.  
  345. -- part 31 (button)
  346. -- low flags: 00
  347. -- high flags: 0000
  348. -- rect: left=268 top=316 right=342 bottom=328
  349. -- title width / last selected line: 0
  350. -- icon id / first selected line: 0 / 0
  351. -- text alignment: 1
  352. -- font id: 0
  353. -- text size: 12
  354. -- style flags: 0
  355. -- line height: 16
  356. -- part name: 
  357. ----- HyperTalk script -----
  358. on mouseUp
  359.   visual effect wipe up
  360.   go to card id 10546
  361. end mouseUp
  362.  
  363.